home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / uucp / wuucp_0_0_29.lha / ChangesSince_Rel19 < prev    next >
Text File  |  1993-12-29  |  2KB  |  39 lines

  1. wusel, Mon, 27 Dec 1993 03:39:57 +0100:
  2.  
  3.  o uucico/uucp.c
  4.  
  5.    Thanks to Mick Hohmann, now uucp uses `-c'/`-C' according to the
  6.    man-page.
  7.  
  8.  o uucico/uucico.c
  9.  
  10.    Fixed bug that prevented uucico to use sub-directories if no `-s'
  11.    option was given ...
  12.  
  13.  o sendmail/sendmail.c
  14.  
  15.    NOTE: This sendmail no longer `short-cuts' the domain-file in
  16.          favour of an entry in uulib:L.sys! Say, you feed a system
  17.          `cs' and an email for `cs.tu-berlin.de!user' arrives; the
  18.          old one would have spooled this mail for YOUR downstream
  19.          site `cs' instead of sending it to your feed according to
  20.          your uulib:Domain-file. THIS IS AN IMPROTANT DIFFERENCE
  21.          BETWEEN PREVIOUS VERSIONS! While you are now able to use
  22.          this sendmail quite well, you MUST enter ANY of your down-
  23.          stream sites in uulib:Domain!
  24.  
  25.    NOTE: Due to the subdirectory stuff and the internal address re-
  26.          solution method of sendmail, one HAS TO execute `uuxqt NODE-
  27.          NAME' regulary. This is accomplished by having sendmail/-
  28.          rmail grabbing the NODENAME from the uucp-configuration
  29.          (usually uulib:Config) and then start `run <nil: >nil: uuxqt
  30.          <nil: >nil: NODENAME' right before it quits. There is cur-
  31.          rently no way to switch this off; it's mainly caused by the
  32.          fact that sendmail `delivers' local mail sometimes by creating
  33.          faked jobs for uuxqt -- without the subdirectory stuff, there
  34.          was no real problem since next time uuxqt was started, these
  35.          jobs were processed. But by using subdirectories, uuxqt now
  36.          ONLY processed the jobs for one system (the ones in that sys-
  37.          tem's spool directory) ...
  38.  
  39.